Public Member Functions | |
| vector3 () | |
| vector3 (float x_, float y_, float z_) | |
| vector3 (float f[3]) | |
| bool | operator== (const vector3 &ref) const |
Public Attributes | |
| float | x |
| float | y |
| float | z |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3